home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / doorware / manual.zip / MANUAL.DOC < prev    next >
Text File  |  1993-08-18  |  4KB  |  114 lines

  1.                                                                      
  2.  
  3.                                    MANUAL
  4.                       (C) Copyright 1993 by Stanley Sheff
  5.                         Support BBS: The Brainex System
  6.                                (310) 275-2344
  7.                                (310) 273-5234
  8.                  -------------------------------------------
  9.  
  10.    Welcome to MANUAL. A handy way to allow your callers to read or download
  11.    your BBS user manual. Works with ANSI or RIP color graphics.
  12.  
  13.    This door works with the Brainex Door Manager. If you have not installed
  14.    and registered the Door Manager, please do so before you install this door.
  15.  
  16.    To install this door type:
  17.  
  18.    SETUP
  19.  
  20.    MANUAL.EXE will be copied to the BRAINEX directory.
  21.    
  22.    The two welcome screens WELCOME (ASCII) and WELCOMEG (ANSI) will
  23.    be copied to BRAINEX\MANUAL.
  24.  
  25.    You will need to tell Brainex Setup where your BBS user manual is.
  26.  
  27.    Once you have installed the door, you must then create a a batch 
  28.    file to call the door. A batch file for a GAP BBS might look like this:
  29.    
  30.    Single Node BBS sample batch file:
  31.    
  32.    @ECHO OFF
  33.    SET DSZLOG=LOG
  34.    MANUAL
  35.  
  36.    Node 2 batch file:
  37.  
  38.     @ECHO OFF
  39.     SET DSZLOG=LOG2
  40.     MANUAL NODE=2
  41.  
  42.    Use the NODE= command to indicate node number.
  43.  
  44.  
  45.    You will also need to modify your doors menu files and the data
  46.    file that tells the BBS what your doors are and the security
  47.    level needed to access them. For GAP, these are respectively:
  48.    
  49.        DOORM
  50.        DOORMG
  51.        DOORS.DAT
  52.  
  53.    Please refer to your BBS documentation for details on 
  54.    setting up these files.
  55.  
  56.  
  57.    GAP BBS:
  58.    Another easy way to add the MANUAL to GAP is to use Gap's
  59.    configuration option to create a SYSOP DEFINED COMMAND (consult Gap's 
  60.    docs for info on sysop defined commands). On The Brainex System I use 
  61.    MANUAL. The batch file to run MANUAL is named MANUAL.BAT and placed 
  62.    in the BBS default directory (C:\GAP). When a caller types MANUAL at the 
  63.    main prompt, they are instantly taken to the MANUAL door.
  64.  
  65.  
  66.    The following sysop functions are available while awaiting
  67.    keyboard input :
  68.  
  69.      F5      - Shell to DOS.
  70.      F8      - Twit user and return to BBS.
  71.     F10      - Initiate chat with user.
  72.     CF10     - Answer user MANUAL bell.
  73.     Home     - Main user stats.
  74.     End      - Displays sysop keys available.
  75.     PgDn     - Secondary user stats.
  76.     Up Arrow - Increase user's time remaining by 5 minutes.
  77.     Dn Arrow - Decrease user's time remaining by 5 minutes.
  78.  
  79.    One of the nicer features about using the TWIT key, is the user
  80.    is not told that "the sysop wants them to return to the BBS".
  81.    Instead, a very plain and simple message of "returning you to the
  82.    BBS" is displayed.  This way, the user is given no indication
  83.    that the sysop is hovering about.
  84.  
  85.    When using the F5 shell to DOS key, to return to the door
  86.    program, simply type EXIT at the DOS command prompt. It is not
  87.    necessary to change directories back to the door directory.
  88.    Manual is smart enough to know which drive and directory the
  89.    door program is in and will reset the defaults upon return from
  90.    DOS.
  91.  
  92.    The Up and Down Arrow keys increase and decrease the user's time
  93.    respectively by 5 minutes for each press of the key. There is no
  94.    indication of what is occurring (except by the fact the user's
  95.    time remaining will change), so the sysop should try not to have
  96.    a lead finger. The increase or decrease is effective only while
  97.    the user is in Manual.
  98.  
  99.  
  100.    This version of MANUAL is SHAREWARE.  If you intend to use this
  101.    program on your BBS please send $10 to:
  102.  
  103.    Stanley Sheff
  104.    9124 Beverly Bl.
  105.    Beverly Hills, CA 90210-4016
  106.  
  107.  
  108.    Have Fun!
  109.    Stanley Sheff
  110.    The Brainex System
  111.    310-275-2344 HST
  112.    310-273-5234 v.32bis/v.42bis
  113.  
  114.